{{ p.full_name|default:"Your Name" }}

{% with primary_role=p.experience.all|first %} {% if primary_role and primary_role.role %}

{{ primary_role.role }}

{% elif p.summary %}

{{ p.summary|striptags|truncatewords:8 }}

{% endif %} {% endwith %} {% if p.location %}

{{ p.location }}

{% endif %}
    {% if p.phone %}
  • {{ p.phone }}
  • {% endif %} {% if p.email %}
  • {{ p.email }}
  • {% endif %} {% if p.website %}
  • {{ p.website }}
  • {% endif %} {% if p.github %}
  • {{ p.github }}
  • {% endif %} {% if p.linkedin %}
  • {{ p.linkedin }}
  • {% endif %}
{% if p.summary %}

Professional summary

{{ p.summary|linebreaksbr }}
{% endif %} {% if p.experience.all %}

Employment history

{% for e in p.experience.all %}

{{ e.company }} {% if e.company and e.role %} | {{ e.role }} {% elif e.role %}{{ e.role }}{% endif %}

{% if e.bullets %}
    {% for line in e.bullets.splitlines %} {% if line %}
  • {{ line }}
  • {% endif %} {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if p.education.all %}

Education

{% for ed in p.education.all %}

{{ ed.degree }}{% if ed.degree and ed.school %} | {% endif %}{{ ed.school }}

{{ ed.start }}{% if ed.end %} - {{ ed.end }}{% endif %}

{% if ed.details %}
    {% for line in ed.details.splitlines %} {% if line %}
  • {{ line }}
  • {% endif %} {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if p.projects.all %}

Courses & projects

{% for pr in p.projects.all %}

{{ pr.name }}

{% if pr.link %} {% endif %}
{% if pr.description %}
    {% for line in pr.description.splitlines %} {% if line %}
  • {{ line }}
  • {% endif %} {% endfor %}
{% endif %} {% if pr.tech %}

Focus: {{ pr.tech }}

{% endif %}
{% endfor %}
{% endif %} {% if skills_core %}

Skills

{% endif %} {% if language_skills %}

Languages

{% endif %}